/**
 * Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:39 GMT
 *
 * @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/fiscal-id/output.xml|Source}
 */
type FiscalIdDefinition = {
    key: string;
    name: string;
    value: string;
};
type FiscalIdCode = (typeof FISCAL_ID)[number]["value"];
/**
 * Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:39 GMT
 *
 * @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/fiscal-id/output.xml|Source}
 */
declare const FISCAL_ID: [{
    readonly key: "FISCAL_NUMBER";
    readonly name: "Fiscal number";
    readonly value: "FC";
}];
declare const fiscalIdCode: "FC"[];
declare const FiscalId: {
    FISCAL_NUMBER: "FC";
};

export { FISCAL_ID, FiscalId, type FiscalIdCode, type FiscalIdDefinition, fiscalIdCode };
