import { SoundType } from "../export-enums"; export declare function SoundFrom(source?: string | { src?: string; volume?: number; }, type?: SoundType): (target: any, propertyKey: string) => void; //# sourceMappingURL=sound-from.decor.d.ts.map