interface AudioComponentResult { fingerprint: string; } export declare function component(seed: string): Promise; export {};