export declare type Args = {
    [k: string]: string | boolean;
};
export declare function getArgs(args?: string[]): Args;
