export declare class BuiltInTraceIdGenerators {
    static fullAwsRequestId(): string;
    static shortAwsRequestId(): string;
    static fixedLengthHex(length?: number): string;
}
