import { TAudioParams, TAudioWrapper } from '../Models'; export declare function AudioWrapper(params: TAudioParams): TAudioWrapper;