export declare const getProjectVariables: (context: import("../../../../domain").FileCheckContext) => {
    organizationName: string;
    serviceName: string;
    infrastructureNamespaceId: string;
    slackReleaseWebHook: string;
};
