/**
 * Returns true if an ID3 footer can be found at offset in data
 *
 * @param data - The data to search in
 * @param offset - The offset at which to start searching
 *
 * @returns `true` if an ID3 footer is found
 *
 * @internal
 *
 * @group ID3
 */
export declare function isId3Footer(data: Uint8Array, offset: number): boolean;
//# sourceMappingURL=isId3Footer.d.ts.map