export declare class AlbumNotFoundException extends Error {
    code: number;
    message: string;
}
