/** * SendGrid secret patterns */ import { SecretPattern } from '../types'; /** * SendGrid API Key pattern * Format: SG.[a-zA-Z0-9_-]{22}.[a-zA-Z0-9_-]{43} */ export declare const sendgridApiKeyPattern: SecretPattern; export declare const sendgridPatterns: SecretPattern[]; //# sourceMappingURL=sendgrid.d.ts.map