import { WhiteListType } from "kryo/types/white-list"; export declare type SoundRate = 5500 | 11000 | 22000 | 44000; export declare const $SoundRate: WhiteListType;