interface FromOptions { key: string; default?: any; } export declare function From(key: string): PropertyDecorator; export declare function From(args: FromOptions): PropertyDecorator; export {};