/** * This list is to disallow creating models that might interfere with GraphQL schema creation. * Add more if required. */ export declare const disallowedEnding: string[]; export declare const isModelEndingAllowed: (apiName: string) => boolean;