declare const _default: {
    name: string;
    description: string;
    parser(reader: import("../BoxReader.js").BoxReader<AC3SpecificBoxContent>): void;
};
export default _default;
export type AC3SpecificBoxContent = {
    ac3_config: import("../types.js").ParsedBitsField;
};
//# sourceMappingURL=dac3.d.ts.map