/*! Copyright 2023 the gnablib contributors MPL-1.1 */
export interface IUriDecodeOpts {
    invalid: 'throw' | 'ignore' | 'copy';
    overProvisionOutput?: number;
}
