import type { NewSoundDefaults, StitchConfig } from './schema.js';
export declare function isValidSoundName(name: string, config: StitchConfig): boolean;
export declare function isValidSpriteName(name: string, config: StitchConfig): boolean;
export declare function getDefaultsForNewSound(name: string, config: StitchConfig): NewSoundDefaults | undefined;
//# sourceMappingURL=utils.d.ts.map