import { ResourceVariables } from '../templates'; import { BaseServiceOptions } from '../infrastructure'; export { ResourceVariableSchema } from '../templates'; export declare class ProjectVariables extends ResourceVariables { constructor(options: BaseServiceOptions); }