/** * Returns a non-secret representation of an API token suitable for display. * For tokens longer than 16 characters, returns the first 8 and last 4 * separated by an ellipsis. Shorter values are fully masked. */ export declare function maskToken(token: string): string; //# sourceMappingURL=mask.d.ts.map