import * as constructs from 'constructs'; export declare class JwtDecoder extends constructs.Construct { readonly functionUrl: string; constructor(scope: constructs.Construct, id: string); }