export declare const sharedQuestions: {
    accessLevel: (entity: any) => {
        name: string;
        type: string;
        message: string;
        required: boolean;
        choices: string[];
    };
};
//# sourceMappingURL=shared-questions.d.ts.map