export declare const getNamedArguments: (args: string[]) => Record<string, string>;
