/** * Returns all variables used in a string */ export declare function getVariableNames(value?: string): string[]; //# sourceMappingURL=getVariableNames.d.ts.map