/**
 * Find all strings wrapped in {} or {{}} in value.
 */
export declare const findVariables: (value: string) => (string | undefined)[];
//# sourceMappingURL=find-variables.d.ts.map