export type InvocationInfo = {
    'exec-duration-millis': number;
    hostname: string;
    'req-id': string;
    'app-name'?: string;
};
