export type TransformParameters = {
    enableTransformerCfnOutputs: boolean;
    shouldDeepMergeDirectiveConfigDefaults: boolean;
    disableResolverDeduping: boolean;
    sandboxModeEnabled: boolean;
    allowDestructiveGraphqlSchemaUpdates: boolean;
    replaceTableUponGsiUpdate: boolean;
    allowGen1Patterns: boolean;
    useSubUsernameForDefaultIdentityClaim: boolean;
    populateOwnerFieldForStaticGroupAuth: boolean;
    suppressApiKeyGeneration: boolean;
    subscriptionsInheritPrimaryAuth: boolean;
    secondaryKeyAsGSI: boolean;
    enableAutoIndexQueryNames: boolean;
    respectPrimaryKeyAttributesOnConnectionField: boolean;
    enableSearchNodeToNodeEncryption: boolean;
};
//# sourceMappingURL=transform-parameters.d.ts.map