export declare const elementArgumentTemplate: ({ key, value }: {
    key: string;
    value: string;
}) => string;
