import { ASObject, Multiname } from '@awayfl/avm2'; export declare class URLVariables extends ASObject { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(source?: string); _ignoreDecodingErrors: boolean; axSetProperty(mn: Multiname, value: any): void; decode(source: string): void; toString(): string; } //# sourceMappingURL=URLVariables.d.ts.map