export declare function resolveVariables(text: string, ctx: Record<string, unknown>): {
    text: string;
    unresolved: string[];
};
